home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / qtstdcompr / readme < prev   
Encoding:
Text File  |  2000-09-28  |  544 b   |  11 lines

  1. README - QTStdCompr
  2.  
  3. This sample code illustrates how to use QuickTime's standard image compression dialog routines to get compression settings from the user and to compress an image using those settings. See Chapter 3 of Inside Macintosh: QuickTime Components for complete information on the standard image compression dialog routines.
  4.  
  5. In this sample, we prompt the user to open an image file; then we display the standard image
  6. compression dialog box and use the settings selected by the user to compress the image. 
  7.  
  8. Enjoy,
  9. QuickTime Team
  10.  
  11.